Uses of Interface
mcmcSolver.mcmcFunction

Packages that use mcmcFunction
gametheory Contains code for estimating the entry into auctions application in Bajari, Hong, and Ryan (2009). 
mcmcSolver Contains an implementation of the Laplace-type estimator/optimizer from Chernozhukov and Hong (2003). 
 

Uses of mcmcFunction in gametheory
 

Classes in gametheory that implement mcmcFunction
 class GameMinimization
          Class to perform the optimization of the GMM function on real auction entry data.
 

Uses of mcmcFunction in mcmcSolver
 

Constructors in mcmcSolver with parameters of type mcmcFunction
gibbsLTEGeneralizedQuiet(mcmcFunction function, int draws, int burnPeriod, double[] guess)
          Constructor for LTE class.